Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move output.csv file open to the the main function and limit to rank 0 #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jprorama
Copy link
Contributor

@jprorama jprorama commented Oct 3, 2024

This avoids opening the file in all ranks, causing file open contention between ranks. Contention increases with rank count and stripe count.

Proposed partial fix for #131 for base write benchmarks.

This avoids opening the file in all ranks, causing file open contention
between ranks.  Contention increases with rank count and stripe count.

Proposed partial fix for hpc-io#131 for base write benchmarks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant